home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 22
/
Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso
/
Aminet
/
util
/
cli
/
MakePath.lha
/
MakePath
/
src
/
makefile
< prev
next >
Wrap
Makefile
|
1997-09-27
|
306b
|
15 lines
# This is a very simple make file for SAS/C
# All options are in SCOPTIONS
all: /MakePath /MakePath.doc
-delete \#?.o /\#?.lnk
/MakePath: MakePath.c debug.h
sc MakePath.c LINK TO /MakePath
/MakePath.doc: MakePath.c
AutoDoc -t4 -C -f MakePath.c >/MakePath.doc
clean:
-delete /MakePath /MakePath.doc